Bump cpp-linter/cpp-linter-action from 2.13.3 to 2.13.4
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 16 Dec 2024 23:19:32 +0000 (23:19 +0000)
committerRello <Rello@users.noreply.github.com>
Fri, 20 Dec 2024 08:45:57 +0000 (09:45 +0100)
Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.13.3 to 2.13.4.
- [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases)
- [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/v2.13.3...v2.13.4)

---
updated-dependencies:
- dependency-name: cpp-linter/cpp-linter-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/clang-format.yml

index 4fad95fd39c76182af66b97d1d535e45af5542b3..8a7a32eeeb0f7f3a3bc0af4e5da98d5cbf58bc00 100644 (file)
@@ -7,7 +7,7 @@ jobs:
     runs-on: ubuntu-22.04
     steps:
     - uses: actions/checkout@v4
-    - uses: cpp-linter/cpp-linter-action@v2.13.3
+    - uses: cpp-linter/cpp-linter-action@v2.13.4
       id: linter
       env:
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}